Row



Precio del Bitcoin en dólares

Turing Finance

03/23/2021


Reproducir el reporte


Último 5.4719559^{4}



Bitcoin price trend (annually, daily and monthly)


Fuente: elaboración propia. Revisa la metodología.



Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.



One-year bitcoin price projection (US dollars)


Fuente: elaboración propia. Revisa la metodología.



Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.



Bitcoin price in US dollars, historical data


Fuente: elaboración propia con datos de Yahoo Finance.



Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.


You can generate a forecast of the Bitcoin price trend using the R software and the following code:


library(prophet)
bitcoin <- read.csv("https://turing-finance.github.io/spanish/btc-usd-es.csv")
bitcoin <- data.frame(bitcoin$Fecha,bitcoin$Precio)
colnames(bitcoin) <- c("ds","y")
m_bitcoin <- prophet(bitcoin)
futuro_bitcoin <- make_future_dataframe(m_bitcoin, periods = 365)
pronostico_bitcoin <- predict(m_bitcoin, futuro_bitcoin)
dyplot.prophet(m_bitcoin, pronostico_bitcoin)


Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.



Referencias








C. Hernández, David Luna. Este sitio está vinculado con Google Analytics y Google Search Console. Esta obra fue generada mediante R en March 23, 2021. Esta obra está bajo una licencia de Creative Commons Reconocimiento-NoComercial-CompartirIgual 4.0 Internacional. Creative Commons (CC).Licencia de Creative Commons